test-css-parser: Drop unused property
authorMatthias Clasen <mclasen@redhat.com>
Mon, 21 Dec 2015 19:11:10 +0000 (14:11 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 21 Dec 2015 19:11:10 +0000 (14:11 -0500)
The rgba-property is no longer used in any tests, drop it.

testsuite/css/parser/test-css-parser.c

index a88dbb986526d14cb9bf8d001c51659efe8e760f..b480abcde8c263c206f496910bbc02aab8ae6b13 100644 (file)
@@ -320,12 +320,6 @@ main (int argc, char **argv)
                                                                "test string properties",
                                                                NULL,
                                                                G_PARAM_READABLE));
-  gtk_style_properties_register_property (NULL,
-                                          g_param_spec_boxed ("rgba-property",
-                                                              "rgba property",
-                                                              "test rgba properties",
-                                                              GDK_TYPE_RGBA,
-                                                              G_PARAM_READABLE));
   gtk_style_properties_register_property (NULL,
                                           g_param_spec_enum ("enum-property",
                                                              "enum property",